func github.com/google/go-cmp/cmp.coalesceInterveningIdentical

2 uses

	github.com/google/go-cmp/cmp (current package)
		report_slices.go#L389: 	groups = coalesceInterveningIdentical(groups, chunkSize/4)
		report_slices.go#L509: func coalesceInterveningIdentical(groups []diffStats, windowSize int) []diffStats {